home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / dragon-runner.swf / scripts / dragon.as < prev    next >
Encoding:
Text File  |  2011-10-17  |  1.2 KB  |  60 lines

  1. package
  2. {
  3.    [Embed(source="/_assets/assets.swf", symbol="dragon")]
  4.    public dynamic class dragon extends DragonChar
  5.    {
  6.        
  7.       
  8.       public function dragon()
  9.       {
  10.          super();
  11.          addFrameScript(0,frame1,158,frame159,165,┬º\x01\x01\f\x10┬º,172,frame173,179,frame180,202,┬º\x01\x01\r\x02┬º,240,frame241,286,┬º\x01\x01\r\x01┬º,401,┬º\x01\x01\r\x03┬º);
  12.       }
  13.       
  14.       internal function frame159() : *
  15.       {
  16.          stop();
  17.       }
  18.       
  19.       internal function ┬º\x01\x01\f\x10┬º() : *
  20.       {
  21.          stop();
  22.       }
  23.       
  24.       internal function ┬º\x01\x01\r\x01┬º() : *
  25.       {
  26.          gotoAndStop(1);
  27.       }
  28.       
  29.       internal function frame180() : *
  30.       {
  31.          stop();
  32.       }
  33.       
  34.       internal function frame1() : *
  35.       {
  36.          gotoAndStop(1);
  37.       }
  38.       
  39.       internal function ┬º\x01\x01\r\x02┬º() : *
  40.       {
  41.          gotoAndStop(1);
  42.       }
  43.       
  44.       internal function ┬º\x01\x01\r\x03┬º() : *
  45.       {
  46.          gotoAndStop(1);
  47.       }
  48.       
  49.       internal function frame173() : *
  50.       {
  51.          stop();
  52.       }
  53.       
  54.       internal function frame241() : *
  55.       {
  56.          stop();
  57.       }
  58.    }
  59. }
  60.